home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 September / MacHome CD (September 1999).bin / Software Updaters / REALBasic 2.0.2 / REALbasic 2.0.2.sea / REALbasic 2.0.2 / REALbasic / REALbasic.rsrc / STR#_129.txt < prev    next >
Encoding:
Text File  |  1999-06-07  |  2.0 KB  |  43 lines

  1. File menu
  2.  
  3. Use this menu to create, open and save projects, to add new items to your project (like windows and pictures), to build a stand-alone version of your project, to export items from your project, and to print source code.
  4.  
  5. Creates a new, untitled project.
  6.  
  7. Opens an existing project so you can work with it again.
  8.  
  9. Closes the frontmost window of the project you are working on.
  10.  
  11. Saves the changes you have made to the project.
  12.  
  13. Saves the project under another name. The newly named project stays open on the screen. The original closes and keeps the old name.
  14.  
  15. Creates a new window in the project window and opens it in the window editor. Controls can then be added by dragging them from the tools window to the new window.
  16.  
  17. Creates a new class in the project window and opens it in the code editor.
  18.  
  19. Classes encapsulate code and data in a generic, reusable way. Classes can contain properties that describe them, and methods that contain executable code.
  20.  
  21. Creates a new class interface in the project window and opens it in the code editor.
  22.  
  23. Use class interfaces to define a group of methods that other classes can support.
  24.  
  25. Creates a new module in the project window. Modules can contain properties, methods and constants. Modules differ from classes in that the items that make up a module are all global in scope.
  26.  
  27. Creates a new folder in the project window that can be used to organize your project.
  28.  
  29. Builds a stand-alone, double-clickable application from your project.
  30.  
  31. Imports windows, classes, pictures, sounds, resources, XCMDs, shared libraries, and applescripts into your project.
  32.  
  33. Creates a text file with all of the code from the project in it.
  34.  
  35. Saves the selected item to a file on disk which can be imported into other projects.
  36.  
  37. Sets paper size, orientation, and other printer options.
  38.  
  39. Prints the source code for the entire project, a window, a class, a module or a specific method.
  40.  
  41. Quits the application. If the open project has unsaved changes, REALbasic will prompt you to save the changes before quitting.
  42.  
  43.